home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / 967 / README.BAT < prev    next >
DOS Batch File  |  1987-12-24  |  1KB  |  36 lines

  1. ECHO OFF
  2. CLS
  3. ECHO                       WELCOME TO CONRAD BUTTON'S GAME SERIES
  4. ECHO.
  5. ECHO    HOW TO START THE GAMES
  6. ECHO.
  7. ECHO      NEBULA -
  8. ECHO        1. Be sure the game disk is in drive A
  9. ECHO        2. Type A: and press Enter
  10. ECHO        3. Type NEBULA and press Enter
  11. ECHO.
  12. ECHO      DARK CONTINENT -
  13. ECHO        1. Be sure the game disk is in drive A
  14. ECHO        2. Type A: and press Enter
  15. ECHO        3. Type DARKCON and press Enter
  16. ECHO.
  17. ECHO      If you are using a graphics monitor that only displays
  18. ECHO      one color you should use the M parameter when starting
  19. ECHO      the games  (i.e.  NEBULA M).
  20. ECHO.
  21. ECHO NOTE:  To print out the instructions for the games on your
  22. ECHO        printer restart this file by typing README /P
  23. IF .%1 == ./P GOTO PRINT
  24. IF .%1 == ./p GOTO PRINT
  25. GOTO END
  26. :PRINT
  27. ECHO.
  28. ECHO BE SURE YOUR PRINTER IS ON!
  29. PAUSE
  30. ECHO.
  31. ECHO Printing Document
  32. TYPE A:README.TXT >PRN
  33. :END
  34. ECHO.
  35. PAUSE
  36.